home *** CD-ROM | disk | FTP | other *** search
/ CD/PC Actual 53 / PC Actual CD 53.iso / Demos / Fax / Faxgate / Charges.hkg < prev    next >
Encoding:
Text File  |  1996-08-06  |  7.5 KB  |  194 lines

  1. MESSAGE MANAGER FAX CALL CHARGE TABLES - HONG KONG
  2. ---------------------------------------------------
  3.  
  4. Only lines that start with a blank are used by the program.
  5.  
  6. The total charge for a call is the sum of the following components:
  7. - charge per call (PC lines)
  8. - charge per message (PD lines)
  9. - charge per page (PP lines)
  10. - charge per minute (PM lines)
  11. - estimated cost of call (Telecom charge) (EC lines)
  12.  
  13. All components depend on the call type (local, STD, international, etc).
  14. The estimated cost of the call also depends on the charge zone and time band.
  15. Call types and charge zones are determined from the table at the end of
  16. this file, using the fax number.
  17.  
  18. All money amounts are expressed in cents (or yen, etc).
  19.  
  20. To delete any component, set the amount to 0 or change column 1 to any
  21. non-blank character.
  22.  
  23. Comments (enclosed in square brackets) may be used freely.
  24.  
  25.  
  26. Charge per call
  27. ---------------
  28. * PC  LOC   0
  29. * PC  IDD   0
  30.  
  31.  
  32. Charge per message
  33. ------------------
  34. * PD  LOC   0
  35. * PD  IDD   0
  36.  
  37.  
  38. Charge per page
  39. ---------------
  40. * PP  LOC   0
  41. * PP  IDD   0
  42.  
  43.  
  44. Charge per minute (or part thereof)
  45. -----------------------------------
  46. * PM  LOC   0
  47. * PM  IDD   0
  48.  
  49.  
  50. Estimated cost of call
  51. ----------------------
  52.  
  53. All costs are estimated on the basis of a single per-call charge
  54. plus a per-minute charge multiplied by the call duration, and
  55. subject to a minimum charge.
  56. Any of these can be set to zero for any call type.
  57.  
  58. The sequence followed by the computer is:
  59.  
  60. 1.  The call type and charge zone are obtained from the fax number by
  61. reference to the table at the end of this file.
  62.  
  63. 2.  The time band is obtained from the table of time bands below, using
  64. the line of the table for the call type, day of the week and time of day
  65. at which the message was sent.
  66.  
  67. 3.  The per-call and per-minute charges are obtained from the table of
  68. EC lines below, using the line of the table for the call type and charge
  69. zone from step 1 and (for the per-minute charge) the column for the time
  70. band from step 2.
  71.  
  72. 4.  The call cost is calculated as the per-call charge plus the call
  73. duration in minutes (and fractions) multiplied by the per-minute charge,
  74. rounded to the nearest cent.
  75.  
  76. 5.  If the computed cost of the call is less than the minimum charge,
  77. the minimum is used.
  78.  
  79. Time Bands Table
  80. ----------------
  81. All times not here default to time band 1 (day rate).
  82. Set all time bands to '1' to disable off-peak rates.
  83. MF = Mon - Fri,  SA = Sat,  SU = Sun
  84.  
  85. *  CALL  DAY      HOURS      TIME
  86. *  TYPE                      BAND
  87.    
  88.     IDD   MF   00.00 - 07.00   2   [Bonus Time Rate]
  89.     IDD   SA   00.00 - 07.00   2   [Bonus Time Rate]
  90.     IDD   SA   13.00 - 24.00   2   [Bonus Time Rate]
  91.     IDD   SU   00.00 - 24.00   2   [Bonus Time Rate]
  92.  
  93. Call Charges Table
  94. ------------------
  95. Table Format: 'EC', call type (e.g. LOC), charge zone (e.g. 1), per-call
  96. charge in cents, minimum charge in cents, per-minute charges in cents for
  97. time bands 1, 2, 3, ...
  98. Decimals are permitted (e.g. 3.55) if necessary, in cents-per-minute
  99. columns only.
  100.  
  101.               CENTS         CENTS PER MINUTE
  102. *   CALL  CHG  PER   MIN      IN TIME BAND
  103. *   TYPE  ZONE CALL  CHG    1      2      3 
  104.                                 
  105.  EC  INT   0     0    0      0                  [Internal Call, no charges]
  106.  EC  LOC   1     0    0      0      0           [Local Call, no charges]
  107.  EC  IDD   1     0    0    210    140           [IDD Rate band 1]
  108.  EC  IDD   2     0    0    240    240           [IDD Rate band 2]
  109.  EC  IDD   3     0    0    370    370           [IDD Rate band 3]
  110.  EC  IDD   4     0    0    790    600           [IDD Rate band 4]
  111.  EC  IDD   5     0    0    790    670           [IDD Rate band 5]
  112.  EC  IDD   6     0    0    790    790           [IDD Rate band 6]
  113.  EC  IDD   7     0    0    810    660           [IDD Rate band 7]
  114.  EC  IDD   8     0    0    850    850           [IDD Rate band 8]
  115.  EC  IDD   9     0    0    890    780           [IDD Rate band 9]
  116.  EC  IDD   10    0    0    950    950           [IDD Rate band 10
  117.  EC  IDD   11    0    0    980    800           [IDD Rate band 11]
  118.  EC  IDD   12    0    0    980    850           [IDD Rate band 12]
  119.  EC  IDD   13    0    0   1000    900           [IDD Rate band 13]
  120.  EC  IDD   14    0    0   1050   1050           [IDD Rate band 14]
  121.  EC  IDD   15    0    0   1200   1050           [IDD Rate band 15]
  122.  EC  IDD   16    0    0   1250   1170           [IDD Rate band 16]
  123.  EC  IDD   17    0    0   1400   1190           [IDD Rate band 17]
  124.  EC  IDD   18    0    0   1400   1200           [IDD Rate band 18]
  125.  EC  IDD   19    0    0   1580   1340           [IDD Rate band 19]
  126.  EC  IDD   20    0    0   6400   6400           [IDD Rate band 20]
  127.  
  128.  
  129. Call Types and Charge Zones
  130. ---------------------------
  131. First line that matches fax number determines call type and charge zone.
  132. '?' matches any single digit,  '*' matches any number of digits.
  133.  
  134. *  FAX            CALL    CHARGE
  135. * NUMBER          TYPE     ZONE
  136.  
  137. Internal:
  138.   ????             INT        0       [Internal]
  139.   ?????            INT        0       [Internal]
  140.  
  141. International:
  142.   0011204*         IDD        9       [CANADA]
  143.   0011403*         IDD        9       [CANADA]
  144.   0011416*         IDD        9       [CANADA]
  145.   0011418*         IDD        9       [CANADA]
  146.   0011514*         IDD        9       [CANADA]
  147.   0011519*         IDD        9       [CANADA]
  148.   0011604*         IDD        9       [CANADA]
  149.   0011613*         IDD        9       [CANADA]
  150.   0011*            IDD       11       [USA]
  151.   001234*          IDD       18       [NIGERIA]
  152.   00127*           IDD       18       [SOUTH AFRICA]
  153.   00131*           IDD       16       [NETHERLANDS]
  154.   00132*           IDD       16       [BELGIUM]
  155.   00133*           IDD       16       [FRANCE]
  156.   00134*           IDD       19       [SPAIN]
  157.   001353*          IDD       16       [IRELAND]
  158.   00139*           IDD       16       [ITALY]
  159.   00141*           IDD       16       [SWITZERLAND]
  160.   00143*           IDD       16       [AUSTRIA]
  161.   00144*           IDD       12       [UNITED KINGDOM]
  162.   00145*           IDD       18       [DENMARK]
  163.   00146*           IDD       18       [SWEDEN]
  164.   00147*           IDD       18       [NORWAY]
  165.   00149*           IDD       16       [GERMANY]
  166.   00160*           IDD        4       [MALAYSIA]
  167.   00161*           IDD        7       [AUSTRALIA]
  168.   00162*           IDD       14       [INDONESIA]
  169.   00163*           IDD        6       [PHILIPPINES]
  170.   00164*           IDD        7       [NEW ZEALAND]
  171.   00166*           IDD        8       [THAILAND]
  172.   00181*           IDD        6       [JAPAN]
  173.   00182*           IDD        6       [KOREA, REP. (South)]
  174.   00184*           IDD        5       [VIETNAM]
  175.   001853*          IDD        1       [MACAO]
  176.   001862*          IDD        3       [CHINA]
  177.   00186755*        IDD        2       [CHINA]
  178.   001867*          IDD        3       [CHINA]
  179.   00186*           IDD       10       [CHINA]
  180.   00187*           IDD       20       [INMARSAT]
  181.   001880*          IDD       15       [BANGLADESH]
  182.   001886*          IDD        4       [TAIWAN]
  183.   00191*           IDD       15       [INDIA]
  184.   00192*           IDD       15       [PAKISTAN]
  185.   00194*           IDD       13       [SRI LANKA]
  186.   001966*          IDD       17       [SAUDI ARABIA]
  187.   001971*          IDD       17       [UNITED ARAB EMIRATES]
  188.   001972*          IDD       17       [ISRAEL]
  189.   001977*          IDD        5       [NEPAL]
  190.   001*             IDD       19       [ALL OTHER INTERNATIONAL] 
  191.  
  192. No Area Codes:
  193.   *                LOC        1
  194.